Sets a key, using which data is encrypted.
procedure SetKey(const Key; Count: Integer); overload;procedure SetKey(const Key: TBytes; Offset: Integer; Count: Integer); overload;
Use SetKey to set a key, using which data is encrypted.
Note: Calling of the SetKey method clears the Password property.